home *** CD-ROM | disk | FTP | other *** search
/ Micrografx ABC Graphics Suite / Micrografx ABC Graphics Suite - Disc 2.iso / abc.z / README.TXT < prev    next >
Text File  |  1995-09-15  |  4KB  |  112 lines

  1. ========================================================================
  2.        MICROSOFT FOUNDATION CLASS LIBRARY : OLE_VBX
  3. ========================================================================
  4.  
  5. AppWizard has generated this OLE_VBX application for you.  This application
  6. not only demonstrates the basics of using the Microsoft Foundation classes
  7. but is also a starting point for writing your application.
  8.  
  9. This file contains a summary of what you will find in each of the files that
  10. make up your OLE_VBX application.
  11.  
  12.  
  13. OLE_VBX.MAK
  14.     This project file is compatible with the Visual C++ Workbench.
  15.  
  16.     It is also compatible with the NMAKE program provided with the
  17.     Professional Edition of Visual C++.
  18.  
  19.     To build a debug version of the program from the MS-DOS prompt, type
  20.     nmake DEBUG=1 /f OLE_VBX.MAK
  21.     or to build a release version of the program, type
  22.     nmake DEBUG=0 /f OLE_VBX.MAK
  23.  
  24. OLE_VBX.H
  25.     This is the main include file for the application.  It includes other
  26.     project specific includes (including RESOURCE.H) and declares the
  27.     COle_vbxApp application class.
  28.  
  29. OLE_VBX.CPP
  30.     This is the main application source file that contains the application
  31.     class COle_vbxApp.
  32.  
  33. OLE_VBX.RC
  34.     This is a listing of all of the Microsoft Windows resources that the
  35.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  36.     in the RES subdirectory.  This file can be directly edited with App Studio.
  37.  
  38. RES\OLE_VBX.ICO
  39.     This is an icon file, which is used as the application's icon.  This
  40.     icon is included by the main resource file OLE_VBX.RC.
  41.  
  42. RES\OLE_VBX.RC2
  43.     This file contains resources that are not edited by App Studio.  Initially
  44.     this contains a VERSIONINFO resource that you can customize for your
  45.     application.  You should place other non-App Studio editable resources
  46.     in this file.
  47.  
  48. OLE_VBX.DEF
  49.     This file contains information about the application that must be
  50.     provided to run with Microsoft Windows.  It defines parameters
  51.     such as the name and description of the application, and the size
  52.     of the initial local heap.  The numbers in this file are typical
  53.     for applications developed with the Microsoft Foundation Class Library.
  54.     The default stack size can be adjusted by editing the project file.
  55.  
  56. OLE_VBX.CLW
  57.     This file contains information used by ClassWizard to edit existing
  58.     classes or add new classes.  ClassWizard also uses this file to store
  59.     information needed to generate and edit message maps and dialog data
  60.     maps and to generate prototype member functions.
  61.  
  62. /////////////////////////////////////////////////////////////////////////////
  63.  
  64. For the main frame window:
  65.  
  66. MAINFRM.H, MAINFRM.CPP
  67.     These files contain the frame class CMainFrame, which is derived from
  68.     CFrameWnd and controls all SDI frame features.
  69.  
  70.  
  71. /////////////////////////////////////////////////////////////////////////////
  72.  
  73. AppWizard creates one document type and one view:
  74.  
  75. OLE_VDOC.H, OLE_VDOC.CPP - the document
  76.     These files contain your COle_vbxDoc class.  Edit these files to
  77.     add your special document data and to implement file saving and loading
  78.     (via COle_vbxDoc::Serialize).
  79.  
  80. OLE_VVW.H, OLE_VVW.CPP - the view of the document
  81.     These files contain your COle_vbxView class.
  82.     COle_vbxView objects are used to view COle_vbxDoc objects.
  83.  
  84.     
  85.  
  86. OLE_VBX.REG
  87.     This is an example .REG file that shows you the kind of registration
  88.     settings the framework will set for you.  You can use this as a .REG
  89.     file to go along with your application or just delete it and rely
  90.     on the default RegisterShellFileTypes registration.
  91.  
  92.  
  93.  
  94. /////////////////////////////////////////////////////////////////////////////
  95. Other standard files:
  96.  
  97. STDAFX.H, STDAFX.CPP
  98.     These files are used to build a precompiled header (PCH) file
  99.     named STDAFX.PCH and a precompiled types (PCT) file named STDAFX.OBJ.
  100.  
  101. RESOURCE.H
  102.     This is the standard header file, which defines new resource IDs.
  103.     App Studio reads and updates this file.
  104.  
  105. /////////////////////////////////////////////////////////////////////////////
  106. Other notes:
  107.  
  108. AppWizard uses "TODO:" to indicate parts of the source code you
  109. should add to or customize.
  110.  
  111. /////////////////////////////////////////////////////////////////////////////
  112.